OnClientPastingCell Property
In This Topic
Occurs when the user is pasting content from the clipboard into a cell.
Syntax
'Declaration
Public Overridable Property OnClientPastingCell As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientPastingCell = value
value = instance.OnClientPastingCell
public virtual System.string OnClientPastingCell {get; set;}
public read-write property OnClientPastingCell: System.String; virtual;
public function get,set OnClientPastingCell : System.String
public: __property virtual System.string* get_OnClientPastingCell();
public: __property virtual void set_OnClientPastingCell(
System.string* value
);
public:
virtual property System.String^ OnClientPastingCell {
System.String^ get();
void set ( System.String^ value);
}
See Also